home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / enet32.exe / 0 / RCDATA / TSYSINFO / TSYSINFO.txt
Text File  |  1996-08-24  |  3KB  |  131 lines

  1. object SysInfo: TSysInfo
  2.   Left = 408
  3.   Top = 336
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'System information'
  6.   ClientHeight = 175
  7.   ClientWidth = 189
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 189
  19.     Height = 175
  20.     Align = alClient
  21.     BevelInner = bvLowered
  22.     TabOrder = 0
  23.     object MemLoad: TGauge
  24.       Left = 102
  25.       Top = 100
  26.       Width = 79
  27.       Height = 19
  28.       ForeColor = clSilver
  29.       Progress = 0
  30.     end
  31.     object Label1: TLabel
  32.       Left = 10
  33.       Top = 100
  34.       Width = 60
  35.       Height = 13
  36.       Caption = 'Memory load'
  37.       Font.Color = clBlue
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object Label2: TLabel
  44.       Left = 10
  45.       Top = 46
  46.       Width = 78
  47.       Height = 13
  48.       Caption = 'Physical memory'
  49.       Font.Color = clBlue
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object PhysMem: TLabel
  56.       Left = 102
  57.       Top = 46
  58.       Width = 79
  59.       Height = 15
  60.       Alignment = taCenter
  61.       AutoSize = False
  62.       Caption = 'Phys mem'
  63.       Font.Color = clBlue
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.     end
  69.     object Label3: TLabel
  70.       Left = 10
  71.       Top = 73
  72.       Width = 62
  73.       Height = 13
  74.       Caption = 'Page file size'
  75.       Font.Color = clBlue
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.     end
  81.     object PageMem: TLabel
  82.       Left = 102
  83.       Top = 73
  84.       Width = 79
  85.       Height = 15
  86.       Alignment = taCenter
  87.       AutoSize = False
  88.       Caption = 'Page mem'
  89.       Font.Color = clBlue
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.     end
  95.     object Label4: TLabel
  96.       Left = 8
  97.       Top = 16
  98.       Width = 175
  99.       Height = 23
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Memory Status'
  103.       Font.Color = clBlue
  104.       Font.Height = -15
  105.       Font.Name = 'Arial'
  106.       Font.Style = [fsBold, fsItalic, fsUnderline]
  107.       ParentFont = False
  108.     end
  109.     object BitBtn1: TBitBtn
  110.       Left = 60
  111.       Top = 144
  112.       Width = 75
  113.       Height = 25
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.       TabOrder = 0
  120.       OnClick = BitBtn1Click
  121.       Kind = bkOK
  122.     end
  123.   end
  124.   object Timer: TTimer
  125.     Interval = 10
  126.     OnTimer = TimerTimer
  127.     Left = 12
  128.     Top = 136
  129.   end
  130. end
  131.